Collapse All
Expand All
C#
.NET Framework Class Library
TimelineEntry
<
(Of
<
(
<'
T
>
)
>
)
>
Constructor
TimelineEntry
<
(Of
<
(
<'
T
>
)
>
)
>
Class
See Also
Send Feedback
An entry in a Timeline. Includes the value, the time associated with that value and pointers to the previous and next entries
Namespace:
Janus
Assembly:
Janus
(in Janus.dll)
Syntax
C#
public
TimelineEntry
(
double
time
, T
value
)
Parameters
time
Type:
System
.
.
::
.
.
Double
Time of the entry.
value
Type:
T
Value of the entry.
See Also
TimelineEntry
<
(Of
<
(
<'
T
>
)
>
)
>
Class
Janus Namespace